Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ConnStatusProtos.BluetoothConnectionStatusOrBuilder

Bluetooth connection status
Protobuf type meshtastic.BluetoothConnectionStatus

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether the device has an active connection or not
bool is_connected = 3;
Link copied to clipboard

The pairing PIN for bluetooth
uint32 pin = 1;
Link copied to clipboard

RSSI of bluetooth connection
int32 rssi = 2;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard

Whether the device has an active connection or not
bool is_connected = 3;
Link copied to clipboard
open fun getPin(): Int

The pairing PIN for bluetooth
uint32 pin = 1;
Link copied to clipboard
open fun getRssi(): Int

RSSI of bluetooth connection
int32 rssi = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether the device has an active connection or not
bool is_connected = 3;
Link copied to clipboard

The pairing PIN for bluetooth
uint32 pin = 1;
Link copied to clipboard

RSSI of bluetooth connection
int32 rssi = 2;